home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / samples / debugger / Nodeset functions / sample2.dtd < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  466 b   |  13 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ===========================================================
  3.       Sample from Zvon XSLT tutorial (www.zvon.org)  
  4. ================================================================ -->
  5. <!ELEMENT  source (xslTutorial|doc|ref|note)*>
  6.  
  7. <!ELEMENT xslTutorial (doc,note*)>
  8. <!ELEMENT doc (#PCDATA|ref)*>
  9. <!ELEMENT  ref EMPTY>
  10. <!ATTLIST ref id IDREF #REQUIRED>
  11. <!ELEMENT note (#PCDATA)>
  12. <!ATTLIST note id ID #REQUIRED>
  13.